home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / CIIGSIncludes / Strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-01  |  197 b   |  15 lines  |  [TEXT/MPS ]

  1. /*
  2.  * strings.h -- String Conversions
  3.  *
  4.  * Copyright Apple Computer, Inc. 1985 - 1987
  5.  * All rights reserved.
  6.  */
  7.  
  8. #ifndef __STRINGS__
  9. #define __STRINGS__
  10.  
  11. char *p2cstr();
  12. char *c2pstr();
  13.  
  14. #endif
  15.